func github.com/cenkalti/backoff/v4.getContext

4 uses

	github.com/cenkalti/backoff/v4 (current package)
		context.go#L41: func getContext(b BackOff) context.Context {
		context.go#L46: 		return getContext(tb.delegate)
		retry.go#L84: 	ctx := getContext(b)
		ticker.go#L44: 		ctx:   getContext(b),